05. Column Name

In TaskEntry class, how should you annotate updatedAt so it matches a database column called updated_at?

Tip: Check the Room documentation here

SOLUTION: @ColumnInfo(name = "updated_at")